:root{--bg:#fff;--fg:#09090b;--muted:#71717a;--accent:#18181b;--accent-fg:#fafafa;--border:#e4e4e7;--radius:.5rem;--font:'Inter',sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background-color:var(--bg);color:var(--fg);line-height:1.5;overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column;background-image:radial-gradient(var(--border) 1px,transparent 1px);background-size:24px 24px}header{width:100%;padding:1.5rem 2rem;display:flex;justify-content:flex-start;align-items:center;z-index:10}header img{height:40px;width:auto}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:2rem;max-width:1200px;margin:0 auto;position:relative;width:100%}.hero-badge{display:inline-flex;align-items:center;border-radius:9999px;border:1px solid var(--border);background-color:#f4f4f5;padding:.25rem .75rem;font-size:.875rem;font-weight:600;color:var(--fg);margin-bottom:1.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.05)}.hero-badge span{width:6px;height:6px;background-color:#10b981;border-radius:50%;margin-right:.5rem;display:inline-block}h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-0.025em;line-height:1.1;margin-bottom:1.5rem;color:var(--fg);max-width:900px}p{font-size:clamp(1.125rem,2vw,1.5rem);color:var(--muted);max-width:600px;margin-bottom:2.5rem;font-weight:400}.cta-btn{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:var(--radius);font-size:1rem;font-weight:600;height:3rem;padding:0 2rem;background-color:var(--accent);color:var(--accent-fg);text-decoration:none;transition:all .2s ease-in-out;box-shadow:0 1px 2px rgba(0,0,0,0.1)}.cta-btn:hover{opacity:.9;transform:translateY(-1px)}.cta-btn:focus-visible{outline:2px solid var(--fg);outline-offset:2px}